(make_lispy_position): New function for generating
authorKim F. Storm <storm@cua.dk>
Sun, 23 Nov 2003 00:09:39 +0000 (00:09 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 23 Nov 2003 00:09:39 +0000 (00:09 +0000)
commit4c706752cb1ee05c799dd0b71d09f47788100370
treef896c50689e0ad3a3e8f7787dad4c38b0c5b2567
parentebc61ec5b06c69b21b831304decdcfa0e3ca5658
(make_lispy_position): New function for generating
mouse click positions from frame and pixel coordinates.
Enhanced to return buffer position and actual row/column for
events outside the text area using updated mode_line_string and
marginal_area_string functions.
Return left-fringe and right-fringe clicks as such, rather than
clicks in text area.
(make_lispy_event) [USE_X_TOOLKIT, USE_GTK]: Don't call
pixel_to_glyph_coords, as we never use the results.
(make_lispy_event): Use make_lispy_position for MOUSE_CLICK_EVENT,
WHEEL_EVENT, and DRAG_N_DROP_EVENT to replace redundant code.
Eliminate unused code in WHEEL_EVENT handling.
(make_lispy_movement): Use make_lispy_position.
src/keyboard.c